home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / noblnk10.zip / NOBLINK.DOC next >
Text File  |  1991-05-22  |  7KB  |  213 lines

  1. Computer Tyme NOBLINK * Version 1.0 * Release Date: 05-22-91
  2. Copyright 1991 by Marc Perkel * All Rights Reserved
  3.  
  4. Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  5. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  6.  
  7. This program disables the blinking attribute of video cards and converts it to
  8. bright background instead. This gives you 16 background colors instead of 8.
  9.  
  10. Usage: NOBLINK ON/OFF
  11.  
  12. NoBlink can be registered separately. Pricing is as follows:
  13.  
  14.    1         -  $10
  15.    10        -  $25
  16.    100       - $100
  17.    Unlimited - $250 call for details
  18.  
  19. Other Computer Tyme Software:
  20. ======================================================
  21.  
  22. The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  23. more powerful for the professional.
  24.  
  25. DIRECTORY MASTER is a powerful hard disk managment utility. It
  26. brings up your hard disk files and allows you to mark selected
  27. files so you can copy them, delete them, or move them. It also
  28. allows you to rename files, change dates, and change attributes.
  29. You can also run programs or set up your function keys to run
  30. programs on selected files.
  31.  
  32. DOLIST makes being at DOS easier. It gives you full line editing,
  33. like a word processor, for your commands. It also stores commands
  34. so that you can re-execute them. It remembers subdirectories and
  35. allows you to go back to them by pressing the TAB key. It offers
  36. programmable function keys, DOS extensions, multiple execution,
  37. and many more features you have got to have.
  38.  
  39. PICK DIRECTORY allows you to move through the directory system by
  40. displaying a graphic tree and letting you use your arrow keys to
  41. move around. It also lets you create, delete, rename, and hide
  42. directories.
  43.  
  44. TEDIT (from SemWare) is a powerful, easy to use full screen
  45. editor.
  46.  
  47. MARXTSR is a set of memory and TSR management utilities that let
  48. you load and unload TSRs (Terminate and stay resident programs)
  49. from memory. Utilities to list menory allocation and turn TSR's
  50. on and off.
  51.  
  52. And many more ... Also includes is D, a fancy directory listing
  53. program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  54. FIND, FREE, PIPEDIR, VERSION, and many more.
  55.  
  56. The Dos Toolbox sells for $59.95.
  57.  
  58. ======================================================
  59.  
  60. We are also selling QEdit from Semware. QEdit is a professional
  61. editor from Semware. TEdit is a mini version of QEdit. If you
  62. like TEdit, You'll love QEdit.
  63.  
  64. 1-800-548-5353 Order Line
  65. 1-417-866-1222 Voice Line
  66. 1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  67.  
  68.  
  69. MARXMENU:
  70.  
  71. For the menu user who is interested in POWER!
  72.  
  73. MarxMenu version is a menu system that uses NO RAM. MarxMenu is
  74. compatible with all networks and contains a powerful menu language.
  75. This language gives you complete screen control as well as
  76. conditional menus. Math and string functions as well as
  77. multidimensional arrays are supported. MarxMenu can read environment
  78. variables, ports, ram locations, time, dates, the contents of text
  79. files, ect. and make decisions on them.
  80.  
  81. Screen control includes multi-layer exploding windows with
  82. unlimited number of selections and unlimited windows. 43/50 line
  83. ega and vga modes are supported. MarxMenu contains a screen
  84. blanker, password security on anything, keyboard lockout.
  85. MarxMenu can run programs while staying resident and read the dos
  86. errorlevel codes they return or marxmenu can return custom
  87. errorlevel codes to a calling program or batch file. MarxMenu can
  88. view text files in a window, read text files into an array and
  89. let you choose a line from that array in a window. MarxMenu can
  90. write string arrays to text files.
  91.  
  92. This menu system is targeted at the user whose primary interest
  93. is POWER! Here is a simple sample of what MarxMenu script looks
  94. like:
  95.  
  96. ==========================================
  97.  
  98. ;This menu is a sample of a simple menu.
  99. ;To run this menu type 'MARX SAMPLE'
  100.  
  101. TextColor Yellow Red
  102. ClearScreen
  103. BoxBorderColor Green Blue
  104. BoxInsideColor Yellow Blue
  105. DrawBox 25 7 32 13
  106. WriteCenter '* Sample Menu *'
  107. Writeln
  108. Writeln
  109. Writeln '   A - Directory'
  110. Writeln '   B - Wide Directory'
  111. Writeln '   C - Run ChkDsk'
  112. Writeln '   D - Type Menu to Screen'
  113. Writeln '   E - Edit This Menu'
  114. Writeln '   F - Drop to Dos'
  115. Writeln ' Esc - Exit'
  116. Writeln
  117. Write ' Select: '
  118.  
  119. OnKey 'A'
  120.    DIR
  121.    Pause   ;Lets you see the directory before screen clears
  122.  
  123. Onkey 'B'
  124.    DIR/W
  125.    Pause
  126.  
  127. OnKey 'C'
  128.    CHKDSK
  129.    Pause
  130.  
  131. OnKey 'D'
  132.    TYPE SAMPLE.MNU|MORE
  133.    Pause
  134.  
  135. OnKey 'E'
  136.    TEDIT SAMPLE.MNU
  137.  
  138. OnKey 'F'
  139.    @Echo To Return to the SAMPLE menu type EXIT
  140.    @Echo .
  141.    COMMAND
  142.  
  143.  
  144. MarxMenu comes with MarxEdit and MARXTSR manager and a few goodies out of
  145. the DOS ToolBox. The Network Survival Kit is a network version of almost
  146. every utility I've ever written. It's sold on a per fileserver basis.
  147.  
  148.               _______
  149.          ____|__     |               (tm)
  150.       --|       |    |-------------------
  151.         |   ____|__  |  Association of
  152.         |  |       |_|  Shareware
  153.         |__|   o   |    Professionals
  154.       -----|   |   |---------------------
  155.            |___|___|    APPROVED VENDOR
  156.  
  157.    ==========================================
  158.  
  159.  
  160.  
  161.  
  162.         Make Check            Computer Tyme            Order Form
  163.         Payable To:    411 North Sherman Suite 300
  164.                           Springfield Mo. 65802
  165.                      (417) 866-1222  (800) 548-5353
  166.  
  167.         Please send me Computer Tyme Software.
  168.  
  169.         =============================================================
  170.  
  171.         Name:        ________________________________________________
  172.  
  173.         Address:     ________________________________________________
  174.  
  175.         City/St/Zip: ________________________________________________
  176.  
  177.         Phone:       ________________________________________________
  178.  
  179.         Computer:    ________________________________________________
  180.  
  181.         Got From:    ________________________________________________
  182.  
  183.         Comments:    ________________________________________________
  184.  
  185.  
  186.         Single User Version:
  187.  
  188.         ___ Enclosed is $59.95 for MarxMenu.
  189.  
  190.         ___ Enclosed is $59.95 for the DOS ToolBox.
  191.  
  192.         ___ Enclosed is $99.95 for MarxMenu, the Dos ToolBox and DM3.
  193.  
  194.  
  195.         Network Version (1 per file server):
  196.  
  197.         ___ Enclosed is $495 for Network Survival Kit.
  198.  
  199.         ___ Add $3.00 for Shipping and Handling.
  200.  
  201.         ___ I need 3 1/2 Inch Media.
  202.  
  203.  
  204.         Credit Card Number: _______________ Expiration Date: ________
  205.  
  206.         Signature: __________________________________________________
  207.  
  208.         Master Card __   Visa __   Discover __
  209.  
  210.                     * We do not take American Express *
  211.  
  212.         =============================================================
  213.